Html Css Color HEX #A69A35 Reef Gold

📋 copy color: '#A69A35'

red 166 ◦ green 154 ◦ blue 53

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

Shades of Reef Gold #A69A35

Tints of Reef Gold #A69A35

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.29%

 BLUE value IS 53 (21.09% from 255) = 14.21%

R = 44.5%
G = 41.29%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A69A35 (or 0xA69A35) is known color: Reef Gold. HEX triplet: A6, 9A and 35. RGB value is (166,154,53). Sum of RGB (Red+Green+Blue) = 166+154+53=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69A35 is #5965CA. Grayscale: #929292. Windows color (decimal): -5858763 or 3512998. OLE color: 3512998.

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

Color convert

RGB 166 154 53 -
CMYK 0 0.07 0.68 0.35
HSL 53.63º 0.52% 0.43% -
HSV(B) 53.63º 0.68% 0.65% -
XYZ 27.92 31.48 7.97 -
YUV 146.07 75.48 142.21 -
System Red Green Blue C M Y K H S L
Decimal 166 154 53 0 0.07 0.68 0.35 53.63 0.52 0.43
Hex A6 9A 35 0 7 44 23 36 34 2B
Octal 246 232 65 0 7 104 43 66 64 53
Binary 10100110 10011010 110101 0 111 1000100 100011 110110 110100 101011

Color Harmonies of #A69A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69A35

Black with #A69A35

Text Example


Text Example

White with #A69A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69A35; }

 p { color: rgb(166,154,53); }

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

background-color css

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

 a { background-color: rgb(166,154,53); }

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

border-color css

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

 span { border-color: rgb(166,154,53); }

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