Html Css Color HEX #A8932A Reef Gold

📋 copy color: '#A8932A'

red 168 ◦ green 147 ◦ blue 42

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

Shades of Reef Gold #A8932A

Tints of Reef Gold #A8932A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.18%

 BLUE value IS 42 (16.8% from 255) = 11.76%

R = 47.06%
G = 41.18%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A8932A (or 0xA8932A) is known color: Reef Gold. HEX triplet: A8, 93 and 2A. RGB value is (168,147,42). Sum of RGB (Red+Green+Blue) = 168+147+42=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A8932A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8932A is #576CD5. Grayscale: #8D8D8D. Windows color (decimal): -5729494 or 2790312. OLE color: 2790312.

HSL color Cylindrical-coordinate representation of color #A8932A: hue angle of 50º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8932A is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 147 42 -
CMYK 0 0.13 0.75 0.34
HSL 50º 0.6% 0.41% -
HSV(B) 50º 0.75% 0.66% -
XYZ 27 29.36 6.43 -
YUV 141.31 71.96 147.04 -
System Red Green Blue C M Y K H S L
Decimal 168 147 42 0 0.13 0.75 0.34 50 0.6 0.41
Hex A8 93 2A 0 D 4B 22 32 3C 29
Octal 250 223 52 0 15 113 42 62 74 51
Binary 10101000 10010011 101010 0 1101 1001011 100010 110010 111100 101001

Color Harmonies of #A8932A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8932A

Black with #A8932A

Text Example


Text Example

White with #A8932A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8932A; }

 p { color: rgb(168,147,42); }

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

background-color css

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

 a { background-color: rgb(168,147,42); }

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

border-color css

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

 span { border-color: rgb(168,147,42); }

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