Html Css Color HEX #A08738 Reef Gold

📋 copy color: '#A08738'

red 160 ◦ green 135 ◦ blue 56

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

Shades of Reef Gold #A08738

Tints of Reef Gold #A08738

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.46%

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

R = 45.58%
G = 38.46%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A08738 (or 0xA08738) is known color: Reef Gold. HEX triplet: A0, 87 and 38. RGB value is (160,135,56). Sum of RGB (Red+Green+Blue) = 160+135+56=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A08738 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08738 is #5F78C7. Grayscale: #858585. Windows color (decimal): -6256840 or 3704736. OLE color: 3704736.

HSL color Cylindrical-coordinate representation of color #A08738: hue angle of 45.58º 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 #A08738 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 135 56 -
CMYK 0 0.16 0.65 0.37
HSL 45.58º 0.48% 0.42% -
HSV(B) 45.58º 0.65% 0.63% -
XYZ 23.87 25.09 7.33 -
YUV 133.47 84.28 146.92 -
System Red Green Blue C M Y K H S L
Decimal 160 135 56 0 0.16 0.65 0.37 45.58 0.48 0.42
Hex A0 87 38 0 10 41 25 2E 30 2A
Octal 240 207 70 0 20 101 45 56 60 52
Binary 10100000 10000111 111000 0 10000 1000001 100101 101110 110000 101010

Color Harmonies of #A08738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08738

Black with #A08738

Text Example


Text Example

White with #A08738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08738; }

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

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

background-color css

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

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

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

border-color css

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

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

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