Html Css Color HEX #A45A03 Golden Brown

📋 copy color: '#A45A03'

red 164 ◦ green 90 ◦ blue 3

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

Shades of Golden Brown #A45A03

Tints of Golden Brown #A45A03

RGB

 RED value IS 164 (64.45% from 255) = 63.81%

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

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

R = 63.81%
G = 35.02%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A45A03 (or 0xA45A03) is known color: Golden Brown. HEX triplet: A4, 5A and 03. RGB value is (164,90,3). Sum of RGB (Red+Green+Blue) = 164+90+3=257 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.81% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45A03 is #5BA5FC. Grayscale: #666666. Windows color (decimal): -6006269 or 219812. OLE color: 219812.

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

Color convert

RGB 164 90 3 -
CMYK 0 0.45 0.98 0.36
HSL 32.42º 0.96% 0.33% -
HSV(B) 32.42º 0.98% 0.64% -
XYZ 18.98 15.21 2.02 -
YUV 102.21 72.02 172.07 -
System Red Green Blue C M Y K H S L
Decimal 164 90 3 0 0.45 0.98 0.36 32.42 0.96 0.33
Hex A4 5A 3 0 2D 62 24 20 60 21
Octal 244 132 3 0 55 142 44 40 140 41
Binary 10100100 1011010 11 0 101101 1100010 100100 100000 1100000 100001

Color Harmonies of #A45A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45A03

Black with #A45A03

Text Example


Text Example

White with #A45A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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