Html Css Color HEX #A45A0B Golden Brown

📋 copy color: '#A45A0B'

red 164 ◦ green 90 ◦ blue 11

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

Shades of Golden Brown #A45A0B

Tints of Golden Brown #A45A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.15%

R = 61.89%
G = 33.96%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A45A0B (or 0xA45A0B) is known color: Golden Brown. HEX triplet: A4, 5A and 0B. RGB value is (164,90,11). Sum of RGB (Red+Green+Blue) = 164+90+11=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45A0B is #5BA5F4. Grayscale: #676767. Windows color (decimal): -6006261 or 744100. OLE color: 744100.

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

Color convert

RGB 164 90 11 -
CMYK 0 0.45 0.93 0.36
HSL 30.98º 0.87% 0.34% -
HSV(B) 30.98º 0.93% 0.64% -
XYZ 19.03 15.23 2.25 -
YUV 103.12 76.02 171.42 -
System Red Green Blue C M Y K H S L
Decimal 164 90 11 0 0.45 0.93 0.36 30.98 0.87 0.34
Hex A4 5A B 0 2D 5D 24 1F 57 22
Octal 244 132 13 0 55 135 44 37 127 42
Binary 10100100 1011010 1011 0 101101 1011101 100100 11111 1010111 100010

Color Harmonies of #A45A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45A0B

Black with #A45A0B

Text Example


Text Example

White with #A45A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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