Html Css Color HEX #A89134 Reef Gold

📋 copy color: '#A89134'

red 168 ◦ green 145 ◦ blue 52

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

Shades of Reef Gold #A89134

Tints of Reef Gold #A89134

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.73%

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

R = 46.03%
G = 39.73%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A89134 (or 0xA89134) is known color: Reef Gold. HEX triplet: A8, 91 and 34. RGB value is (168,145,52). Sum of RGB (Red+Green+Blue) = 168+145+52=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A89134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89134 is #576ECB. Grayscale: #8D8D8D. Windows color (decimal): -5729996 or 3445160. OLE color: 3445160.

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

Color convert

RGB 168 145 52 -
CMYK 0 0.14 0.69 0.34
HSL 48.1º 0.53% 0.43% -
HSV(B) 48.1º 0.69% 0.66% -
XYZ 26.89 28.82 7.39 -
YUV 141.28 77.62 147.06 -
System Red Green Blue C M Y K H S L
Decimal 168 145 52 0 0.14 0.69 0.34 48.1 0.53 0.43
Hex A8 91 34 0 E 45 22 30 35 2B
Octal 250 221 64 0 16 105 42 60 65 53
Binary 10101000 10010001 110100 0 1110 1000101 100010 110000 110101 101011

Color Harmonies of #A89134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89134

Black with #A89134

Text Example


Text Example

White with #A89134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89134; }

 p { color: rgb(168,145,52); }

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

background-color css

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

 a { background-color: rgb(168,145,52); }

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

border-color css

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

 span { border-color: rgb(168,145,52); }

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