Html Css Color HEX #A08A38 Reef Gold

📋 copy color: '#A08A38'

red 160 ◦ green 138 ◦ blue 56

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

Shades of Reef Gold #A08A38

Tints of Reef Gold #A08A38

RGB

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

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

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

R = 45.2%
G = 38.98%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A08A38 (or 0xA08A38) is known color: Reef Gold. HEX triplet: A0, 8A and 38. RGB value is (160,138,56). Sum of RGB (Red+Green+Blue) = 160+138+56=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08A38 is #5F75C7. Grayscale: #878787. Windows color (decimal): -6256072 or 3705504. OLE color: 3705504.

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

Color convert

RGB 160 138 56 -
CMYK 0 0.14 0.65 0.37
HSL 47.31º 0.48% 0.42% -
HSV(B) 47.31º 0.65% 0.63% -
XYZ 24.3 25.94 7.47 -
YUV 135.23 83.29 145.67 -
System Red Green Blue C M Y K H S L
Decimal 160 138 56 0 0.14 0.65 0.37 47.31 0.48 0.42
Hex A0 8A 38 0 E 41 25 2F 30 2A
Octal 240 212 70 0 16 101 45 57 60 52
Binary 10100000 10001010 111000 0 1110 1000001 100101 101111 110000 101010

Color Harmonies of #A08A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A38

Black with #A08A38

Text Example


Text Example

White with #A08A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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