Html Css Color HEX #A89035 Reef Gold

📋 copy color: '#A89035'

red 168 ◦ green 144 ◦ blue 53

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

Shades of Reef Gold #A89035

Tints of Reef Gold #A89035

RGB

 RED value IS 168 (66.02% from 255) = 46.03%

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

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

R = 46.03%
G = 39.45%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A89035 (or 0xA89035) is known color: Reef Gold. HEX triplet: A8, 90 and 35. RGB value is (168,144,53). Sum of RGB (Red+Green+Blue) = 168+144+53=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A89035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89035 is #576FCA. Grayscale: #8D8D8D. Windows color (decimal): -5730251 or 3510440. OLE color: 3510440.

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

Color convert

RGB 168 144 53 -
CMYK 0 0.14 0.68 0.34
HSL 47.48º 0.52% 0.43% -
HSV(B) 47.48º 0.68% 0.66% -
XYZ 26.76 28.53 7.46 -
YUV 140.8 78.45 147.4 -
System Red Green Blue C M Y K H S L
Decimal 168 144 53 0 0.14 0.68 0.34 47.48 0.52 0.43
Hex A8 90 35 0 E 44 22 2F 34 2B
Octal 250 220 65 0 16 104 42 57 64 53
Binary 10101000 10010000 110101 0 1110 1000100 100010 101111 110100 101011

Color Harmonies of #A89035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89035

Black with #A89035

Text Example


Text Example

White with #A89035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89035; }

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

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

background-color css

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

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

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

border-color css

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

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

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