Html Css Color HEX #A69435 Reef Gold

📋 copy color: '#A69435'

red 166 ◦ green 148 ◦ blue 53

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

Shades of Reef Gold #A69435

Tints of Reef Gold #A69435

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.33%

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

R = 45.23%
G = 40.33%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A69435 (or 0xA69435) is known color: Reef Gold. HEX triplet: A6, 94 and 35. RGB value is (166,148,53). Sum of RGB (Red+Green+Blue) = 166+148+53=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A69435 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69435 is #596BCA. Grayscale: #8E8E8E. Windows color (decimal): -5860299 or 3511462. OLE color: 3511462.

HSL color Cylindrical-coordinate representation of color #A69435: hue angle of 50.44º 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 #A69435 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 148 53 -
CMYK 0 0.11 0.68 0.35
HSL 50.44º 0.52% 0.43% -
HSV(B) 50.44º 0.68% 0.65% -
XYZ 26.96 29.54 7.65 -
YUV 142.55 77.46 144.72 -
System Red Green Blue C M Y K H S L
Decimal 166 148 53 0 0.11 0.68 0.35 50.44 0.52 0.43
Hex A6 94 35 0 B 44 23 32 34 2B
Octal 246 224 65 0 13 104 43 62 64 53
Binary 10100110 10010100 110101 0 1011 1000100 100011 110010 110100 101011

Color Harmonies of #A69435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69435

Black with #A69435

Text Example


Text Example

White with #A69435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69435; }

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

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

background-color css

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

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

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

border-color css

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

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

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