Html Css Color HEX #A45B02 Golden Brown

📋 copy color: '#A45B02'

red 164 ◦ green 91 ◦ blue 2

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

Shades of Golden Brown #A45B02

Tints of Golden Brown #A45B02

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.41%

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

R = 63.81%
G = 35.41%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A45B02 (or 0xA45B02) is known color: Golden Brown. HEX triplet: A4, 5B and 02. RGB value is (164,91,2). Sum of RGB (Red+Green+Blue) = 164+91+2=257 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.81% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45B02 is #5BA4FD. Grayscale: #676767. Windows color (decimal): -6006014 or 154532. OLE color: 154532.

HSL color Cylindrical-coordinate representation of color #A45B02: hue angle of 32.96º 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 #A45B02 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 91 2 -
CMYK 0 0.45 0.99 0.36
HSL 32.96º 0.98% 0.33% -
HSV(B) 32.96º 0.99% 0.64% -
XYZ 19.06 15.38 2.02 -
YUV 102.68 71.18 171.74 -
System Red Green Blue C M Y K H S L
Decimal 164 91 2 0 0.45 0.99 0.36 32.96 0.98 0.33
Hex A4 5B 2 0 2D 63 24 21 62 21
Octal 244 133 2 0 55 143 44 41 142 41
Binary 10100100 1011011 10 0 101101 1100011 100100 100001 1100010 100001

Color Harmonies of #A45B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45B02

Black with #A45B02

Text Example


Text Example

White with #A45B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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