Html Css Color HEX #A8932B Reef Gold

📋 copy color: '#A8932B'

red 168 ◦ green 147 ◦ blue 43

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

Shades of Reef Gold #A8932B

Tints of Reef Gold #A8932B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.01%

R = 46.93%
G = 41.06%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8932B (or 0xA8932B) is known color: Reef Gold. HEX triplet: A8, 93 and 2B. RGB value is (168,147,43). Sum of RGB (Red+Green+Blue) = 168+147+43=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A8932B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8932B is #576CD4. Grayscale: #8D8D8D. Windows color (decimal): -5729493 or 2855848. OLE color: 2855848.

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

Color convert

RGB 168 147 43 -
CMYK 0 0.13 0.74 0.34
HSL 49.92º 0.59% 0.41% -
HSV(B) 49.92º 0.74% 0.66% -
XYZ 27.02 29.37 6.53 -
YUV 141.42 72.46 146.96 -
System Red Green Blue C M Y K H S L
Decimal 168 147 43 0 0.13 0.74 0.34 49.92 0.59 0.41
Hex A8 93 2B 0 D 4A 22 32 3B 29
Octal 250 223 53 0 15 112 42 62 73 51
Binary 10101000 10010011 101011 0 1101 1001010 100010 110010 111011 101001

Color Harmonies of #A8932B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8932B

Black with #A8932B

Text Example


Text Example

White with #A8932B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8932B; }

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

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

background-color css

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

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

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

border-color css

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

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

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