Html Css Color HEX #A89038 Reef Gold

📋 copy color: '#A89038'

red 168 ◦ green 144 ◦ blue 56

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

Shades of Reef Gold #A89038

Tints of Reef Gold #A89038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.22%

R = 45.65%
G = 39.13%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A89038 (or 0xA89038) is known color: Reef Gold. HEX triplet: A8, 90 and 38. RGB value is (168,144,56). Sum of RGB (Red+Green+Blue) = 168+144+56=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 56 (22.27% from 255 or 15.22% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A89038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89038 is #576FC7. Grayscale: #8D8D8D. Windows color (decimal): -5730248 or 3707048. OLE color: 3707048.

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

Color convert

RGB 168 144 56 -
CMYK 0 0.14 0.67 0.34
HSL 47.14º 0.5% 0.44% -
HSV(B) 47.14º 0.67% 0.66% -
XYZ 26.84 28.56 7.84 -
YUV 141.14 79.95 147.16 -
System Red Green Blue C M Y K H S L
Decimal 168 144 56 0 0.14 0.67 0.34 47.14 0.5 0.44
Hex A8 90 38 0 E 43 22 2F 32 2C
Octal 250 220 70 0 16 103 42 57 62 54
Binary 10101000 10010000 111000 0 1110 1000011 100010 101111 110010 101100

Color Harmonies of #A89038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89038

Black with #A89038

Text Example


Text Example

White with #A89038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89038; }

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

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

background-color css

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

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

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

border-color css

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

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

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