Html Css Color HEX #A07504 Golden Brown

📋 copy color: '#A07504'

red 160 ◦ green 117 ◦ blue 4

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

Shades of Golden Brown #A07504

Tints of Golden Brown #A07504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 56.94%
G = 41.64%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A07504 (or 0xA07504) is known color: Golden Brown. HEX triplet: A0, 75 and 04. RGB value is (160,117,4). Sum of RGB (Red+Green+Blue) = 160+117+4=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A07504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07504 is #5F8AFB. Grayscale: #757575. Windows color (decimal): -6261500 or 292256. OLE color: 292256.

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

Color convert

RGB 160 117 4 -
CMYK 0 0.27 0.98 0.37
HSL 43.46º 0.95% 0.32% -
HSV(B) 43.46º 0.98% 0.63% -
XYZ 20.88 20.2 2.91 -
YUV 116.98 64.25 158.69 -
System Red Green Blue C M Y K H S L
Decimal 160 117 4 0 0.27 0.98 0.37 43.46 0.95 0.32
Hex A0 75 4 0 1B 62 25 2B 5F 20
Octal 240 165 4 0 33 142 45 53 137 40
Binary 10100000 1110101 100 0 11011 1100010 100101 101011 1011111 100000

Color Harmonies of #A07504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07504

Black with #A07504

Text Example


Text Example

White with #A07504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07504; }

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

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

background-color css

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

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

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

border-color css

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

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

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