Html Css Color HEX #A07508 Golden Brown

📋 copy color: '#A07508'

red 160 ◦ green 117 ◦ blue 8

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

Shades of Golden Brown #A07508

Tints of Golden Brown #A07508

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.05%

 BLUE value IS 8 (3.52% from 255) = 2.81%

R = 56.14%
G = 41.05%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A07508 (or 0xA07508) is known color: Golden Brown. HEX triplet: A0, 75 and 08. RGB value is (160,117,8). Sum of RGB (Red+Green+Blue) = 160+117+8=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A07508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07508 is #5F8AF7. Grayscale: #757575. Windows color (decimal): -6261496 or 554400. OLE color: 554400.

HSL color Cylindrical-coordinate representation of color #A07508: hue angle of 43.03º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A07508 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 117 8 -
CMYK 0 0.27 0.95 0.37
HSL 43.03º 0.9% 0.33% -
HSV(B) 43.03º 0.95% 0.63% -
XYZ 20.9 20.21 3.03 -
YUV 117.43 66.25 158.36 -
System Red Green Blue C M Y K H S L
Decimal 160 117 8 0 0.27 0.95 0.37 43.03 0.9 0.33
Hex A0 75 8 0 1B 5F 25 2B 5A 21
Octal 240 165 10 0 33 137 45 53 132 41
Binary 10100000 1110101 1000 0 11011 1011111 100101 101011 1011010 100001

Color Harmonies of #A07508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07508

Black with #A07508

Text Example


Text Example

White with #A07508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07508; }

 p { color: rgb(160,117,8); }

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

background-color css

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

 a { background-color: rgb(160,117,8); }

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

border-color css

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

 span { border-color: rgb(160,117,8); }

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