Html Css Color HEX #A69034 Reef Gold

📋 copy color: '#A69034'

red 166 ◦ green 144 ◦ blue 52

#A69034
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #A69034

Tints of Reef Gold #A69034

RGB

 RED value IS 166 (65.23% from 255) = 45.86%

 GREEN value IS 144 (56.64% from 255) = 39.78%

 BLUE value IS 52 (20.7% from 255) = 14.36%

R = 45.86%
G = 39.78%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A69034 (or 0xA69034) is known color: Reef Gold. HEX triplet: A6, 90 and 34. RGB value is (166,144,52). Sum of RGB (Red+Green+Blue) = 166+144+52=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A69034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69034 is #596FCB. Grayscale: #8C8C8C. Windows color (decimal): -5861324 or 3444902. OLE color: 3444902.

HSL color Cylindrical-coordinate representation of color #A69034: hue angle of 48.42º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A69034 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 144 52 -
CMYK 0 0.13 0.69 0.35
HSL 48.42º 0.52% 0.43% -
HSV(B) 48.42º 0.69% 0.65% -
XYZ 26.32 28.3 7.32 -
YUV 140.09 78.29 146.48 -
System Red Green Blue C M Y K H S L
Decimal 166 144 52 0 0.13 0.69 0.35 48.42 0.52 0.43
Hex A6 90 34 0 D 45 23 30 34 2B
Octal 246 220 64 0 15 105 43 60 64 53
Binary 10100110 10010000 110100 0 1101 1000101 100011 110000 110100 101011

Color Harmonies of #A69034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69034

Black with #A69034

Text Example


Text Example

White with #A69034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69034; }

 p { color: rgb(166,144,52); }

 H1.HeaderClassName
 {
   color: #A69034;
 }
 .AnyTagClassName
 {
   color: #A69034;
 }
</style>

background-color css

<style>
 a { background-color: #A69034; }

 a { background-color: rgb(166,144,52); }

 div.DivClassName
 {
   background-color: #A69034;
 }
 .BgClassName
 {
   background-color: #A69034;
 }
</style>

border-color css

<style>
 span { border-color: #A69034; }

 span { border-color: rgb(166,144,52); }

 td.TdClassName
 {
   border-color: #A69034;
 }
 .TagClassName
 {
   border-color: #A69034;
 }
</style>