Html Css Color HEX #A08A2F Reef Gold

📋 copy color: '#A08A2F'

red 160 ◦ green 138 ◦ blue 47

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

Shades of Reef Gold #A08A2F

Tints of Reef Gold #A08A2F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40%

 BLUE value IS 47 (18.75% from 255) = 13.62%

R = 46.38%
G = 40%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A08A2F (or 0xA08A2F) is known color: Reef Gold. HEX triplet: A0, 8A and 2F. RGB value is (160,138,47). Sum of RGB (Red+Green+Blue) = 160+138+47=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08A2F is #5F75D0. Grayscale: #868686. Windows color (decimal): -6256081 or 3115680. OLE color: 3115680.

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

Color convert

RGB 160 138 47 -
CMYK 0 0.14 0.71 0.37
HSL 48.32º 0.55% 0.41% -
HSV(B) 48.32º 0.71% 0.63% -
XYZ 24.1 25.86 6.41 -
YUV 134.2 78.79 146.4 -
System Red Green Blue C M Y K H S L
Decimal 160 138 47 0 0.14 0.71 0.37 48.32 0.55 0.41
Hex A0 8A 2F 0 E 47 25 30 37 29
Octal 240 212 57 0 16 107 45 60 67 51
Binary 10100000 10001010 101111 0 1110 1000111 100101 110000 110111 101001

Color Harmonies of #A08A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A2F

Black with #A08A2F

Text Example


Text Example

White with #A08A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A2F; }

 p { color: rgb(160,138,47); }

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

background-color css

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

 a { background-color: rgb(160,138,47); }

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

border-color css

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

 span { border-color: rgb(160,138,47); }

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