Html Css Color HEX #A75A03 Golden Brown

📋 copy color: '#A75A03'

red 167 ◦ green 90 ◦ blue 3

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

Shades of Golden Brown #A75A03

Tints of Golden Brown #A75A03

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.62%

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 64.23%
G = 34.62%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A75A03 (or 0xA75A03) is known color: Golden Brown. HEX triplet: A7, 5A and 03. RGB value is (167,90,3). Sum of RGB (Red+Green+Blue) = 167+90+3=260 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.23% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75A03 is #58A5FC. Grayscale: #676767. Windows color (decimal): -5809661 or 219815. OLE color: 219815.

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

Color convert

RGB 167 90 3 -
CMYK 0 0.46 0.98 0.35
HSL 31.83º 0.96% 0.33% -
HSV(B) 31.83º 0.98% 0.65% -
XYZ 19.61 15.53 2.05 -
YUV 103.11 71.51 173.57 -
System Red Green Blue C M Y K H S L
Decimal 167 90 3 0 0.46 0.98 0.35 31.83 0.96 0.33
Hex A7 5A 3 0 2E 62 23 20 60 21
Octal 247 132 3 0 56 142 43 40 140 41
Binary 10100111 1011010 11 0 101110 1100010 100011 100000 1100000 100001

Color Harmonies of #A75A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75A03

Black with #A75A03

Text Example


Text Example

White with #A75A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75A03; }

 p { color: rgb(167,90,3); }

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

background-color css

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

 a { background-color: rgb(167,90,3); }

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

border-color css

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

 span { border-color: rgb(167,90,3); }

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