Html Css Color HEX #A69434 Reef Gold

📋 copy color: '#A69434'

red 166 ◦ green 148 ◦ blue 52

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

Shades of Reef Gold #A69434

Tints of Reef Gold #A69434

RGB

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

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

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

R = 45.36%
G = 40.44%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A69434 (or 0xA69434) is known color: Reef Gold. HEX triplet: A6, 94 and 34. RGB value is (166,148,52). Sum of RGB (Red+Green+Blue) = 166+148+52=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A69434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69434 is #596BCB. Grayscale: #8E8E8E. Windows color (decimal): -5860300 or 3445926. OLE color: 3445926.

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

Color convert

RGB 166 148 52 -
CMYK 0 0.11 0.69 0.35
HSL 50.53º 0.52% 0.43% -
HSV(B) 50.53º 0.69% 0.65% -
XYZ 26.94 29.53 7.53 -
YUV 142.44 76.96 144.81 -
System Red Green Blue C M Y K H S L
Decimal 166 148 52 0 0.11 0.69 0.35 50.53 0.52 0.43
Hex A6 94 34 0 B 45 23 33 34 2B
Octal 246 224 64 0 13 105 43 63 64 53
Binary 10100110 10010100 110100 0 1011 1000101 100011 110011 110100 101011

Color Harmonies of #A69434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69434

Black with #A69434

Text Example


Text Example

White with #A69434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69434; }

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

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

background-color css

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

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

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

border-color css

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

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

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