Html Css Color HEX #A89B35 Reef Gold

📋 copy color: '#A89B35'

red 168 ◦ green 155 ◦ blue 53

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

Shades of Reef Gold #A89B35

Tints of Reef Gold #A89B35

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.22%

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

R = 44.68%
G = 41.22%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A89B35 (or 0xA89B35) is known color: Reef Gold. HEX triplet: A8, 9B and 35. RGB value is (168,155,53). Sum of RGB (Red+Green+Blue) = 168+155+53=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89B35 is #5764CA. Grayscale: #939393. Windows color (decimal): -5727435 or 3513256. OLE color: 3513256.

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

Color convert

RGB 168 155 53 -
CMYK 0 0.08 0.68 0.34
HSL 53.22º 0.52% 0.43% -
HSV(B) 53.22º 0.68% 0.66% -
XYZ 28.51 32.02 8.05 -
YUV 147.26 74.81 142.79 -
System Red Green Blue C M Y K H S L
Decimal 168 155 53 0 0.08 0.68 0.34 53.22 0.52 0.43
Hex A8 9B 35 0 8 44 22 35 34 2B
Octal 250 233 65 0 10 104 42 65 64 53
Binary 10101000 10011011 110101 0 1000 1000100 100010 110101 110100 101011

Color Harmonies of #A89B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89B35

Black with #A89B35

Text Example


Text Example

White with #A89B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89B35; }

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

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

background-color css

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

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

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

border-color css

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

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

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