Html Css Color HEX #A69035 Reef Gold

📋 copy color: '#A69035'

red 166 ◦ green 144 ◦ blue 53

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

Shades of Reef Gold #A69035

Tints of Reef Gold #A69035

RGB

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

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

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

R = 45.73%
G = 39.67%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A69035 (or 0xA69035) is known color: Reef Gold. HEX triplet: A6, 90 and 35. RGB value is (166,144,53). Sum of RGB (Red+Green+Blue) = 166+144+53=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A69035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69035 is #596FCA. Grayscale: #8C8C8C. Windows color (decimal): -5861323 or 3510438. OLE color: 3510438.

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

Color convert

RGB 166 144 53 -
CMYK 0 0.13 0.68 0.35
HSL 48.32º 0.52% 0.43% -
HSV(B) 48.32º 0.68% 0.65% -
XYZ 26.34 28.31 7.44 -
YUV 140.2 78.79 146.4 -
System Red Green Blue C M Y K H S L
Decimal 166 144 53 0 0.13 0.68 0.35 48.32 0.52 0.43
Hex A6 90 35 0 D 44 23 30 34 2B
Octal 246 220 65 0 15 104 43 60 64 53
Binary 10100110 10010000 110101 0 1101 1000100 100011 110000 110100 101011

Color Harmonies of #A69035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69035

Black with #A69035

Text Example


Text Example

White with #A69035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69035; }

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

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

background-color css

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

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

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

border-color css

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

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

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