Html Css Color HEX #A75C02 Golden Brown

📋 copy color: '#A75C02'

red 167 ◦ green 92 ◦ blue 2

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

Shades of Golden Brown #A75C02

Tints of Golden Brown #A75C02

RGB

 RED value IS 167 (65.63% from 255) = 63.98%

 GREEN value IS 92 (36.33% from 255) = 35.25%

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 63.98%
G = 35.25%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A75C02 (or 0xA75C02) is known color: Golden Brown. HEX triplet: A7, 5C and 02. RGB value is (167,92,2). Sum of RGB (Red+Green+Blue) = 167+92+2=261 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.98% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75C02 is #58A3FD. Grayscale: #686868. Windows color (decimal): -5809150 or 154791. OLE color: 154791.

HSL color Cylindrical-coordinate representation of color #A75C02: hue angle of 32.73º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A75C02 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 92 2 -
CMYK 0 0.45 0.99 0.35
HSL 32.73º 0.98% 0.33% -
HSV(B) 32.73º 0.99% 0.65% -
XYZ 19.77 15.87 2.08 -
YUV 104.17 70.35 172.82 -
System Red Green Blue C M Y K H S L
Decimal 167 92 2 0 0.45 0.99 0.35 32.73 0.98 0.33
Hex A7 5C 2 0 2D 63 23 21 62 21
Octal 247 134 2 0 55 143 43 41 142 41
Binary 10100111 1011100 10 0 101101 1100011 100011 100001 1100010 100001

Color Harmonies of #A75C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75C02

Black with #A75C02

Text Example


Text Example

White with #A75C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75C02; }

 p { color: rgb(167,92,2); }

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

background-color css

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

 a { background-color: rgb(167,92,2); }

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

border-color css

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

 span { border-color: rgb(167,92,2); }

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