Html Css Color HEX #A89A38 Reef Gold

📋 copy color: '#A89A38'

red 168 ◦ green 154 ◦ blue 56

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

Shades of Reef Gold #A89A38

Tints of Reef Gold #A89A38

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.74%

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

R = 44.44%
G = 40.74%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A89A38 (or 0xA89A38) is known color: Reef Gold. HEX triplet: A8, 9A and 38. RGB value is (168,154,56). Sum of RGB (Red+Green+Blue) = 168+154+56=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89A38 is #5765C7. Grayscale: #939393. Windows color (decimal): -5727688 or 3709608. OLE color: 3709608.

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

Color convert

RGB 168 154 56 -
CMYK 0 0.08 0.67 0.34
HSL 52.5º 0.5% 0.44% -
HSV(B) 52.5º 0.67% 0.66% -
XYZ 28.42 31.72 8.37 -
YUV 147.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 168 154 56 0 0.08 0.67 0.34 52.5 0.5 0.44
Hex A8 9A 38 0 8 43 22 34 32 2C
Octal 250 232 70 0 10 103 42 64 62 54
Binary 10101000 10011010 111000 0 1000 1000011 100010 110100 110010 101100

Color Harmonies of #A89A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89A38

Black with #A89A38

Text Example


Text Example

White with #A89A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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