Html Css Color HEX #A45C02 Golden Brown

📋 copy color: '#A45C02'

red 164 ◦ green 92 ◦ blue 2

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

Shades of Golden Brown #A45C02

Tints of Golden Brown #A45C02

RGB

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

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

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

R = 63.57%
G = 35.66%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A45C02 (or 0xA45C02) is known color: Golden Brown. HEX triplet: A4, 5C and 02. RGB value is (164,92,2). Sum of RGB (Red+Green+Blue) = 164+92+2=258 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.57% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45C02 is #5BA3FD. Grayscale: #676767. Windows color (decimal): -6005758 or 154788. OLE color: 154788.

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

Color convert

RGB 164 92 2 -
CMYK 0 0.44 0.99 0.36
HSL 33.33º 0.98% 0.33% -
HSV(B) 33.33º 0.99% 0.64% -
XYZ 19.15 15.55 2.05 -
YUV 103.27 70.85 171.32 -
System Red Green Blue C M Y K H S L
Decimal 164 92 2 0 0.44 0.99 0.36 33.33 0.98 0.33
Hex A4 5C 2 0 2C 63 24 21 62 21
Octal 244 134 2 0 54 143 44 41 142 41
Binary 10100100 1011100 10 0 101100 1100011 100100 100001 1100010 100001

Color Harmonies of #A45C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45C02

Black with #A45C02

Text Example


Text Example

White with #A45C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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