Html Css Color HEX #A08D33 Reef Gold

📋 copy color: '#A08D33'

red 160 ◦ green 141 ◦ blue 51

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

Shades of Reef Gold #A08D33

Tints of Reef Gold #A08D33

RGB

 RED value IS 160 (62.89% from 255) = 45.45%

 GREEN value IS 141 (55.47% from 255) = 40.06%

 BLUE value IS 51 (20.31% from 255) = 14.49%

R = 45.45%
G = 40.06%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A08D33 (or 0xA08D33) is known color: Reef Gold. HEX triplet: A0, 8D and 33. RGB value is (160,141,51). Sum of RGB (Red+Green+Blue) = 160+141+51=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08D33 is #5F72CC. Grayscale: #888888. Windows color (decimal): -6255309 or 3378592. OLE color: 3378592.

HSL color Cylindrical-coordinate representation of color #A08D33: hue angle of 49.54º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A08D33 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 141 51 -
CMYK 0 0.12 0.68 0.37
HSL 49.54º 0.52% 0.41% -
HSV(B) 49.54º 0.68% 0.63% -
XYZ 24.62 26.76 7 -
YUV 136.42 79.79 144.82 -
System Red Green Blue C M Y K H S L
Decimal 160 141 51 0 0.12 0.68 0.37 49.54 0.52 0.41
Hex A0 8D 33 0 C 44 25 32 34 29
Octal 240 215 63 0 14 104 45 62 64 51
Binary 10100000 10001101 110011 0 1100 1000100 100101 110010 110100 101001

Color Harmonies of #A08D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08D33

Black with #A08D33

Text Example


Text Example

White with #A08D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08D33; }

 p { color: rgb(160,141,51); }

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

background-color css

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

 a { background-color: rgb(160,141,51); }

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

border-color css

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

 span { border-color: rgb(160,141,51); }

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