Html Css Color HEX #A45B0E Golden Brown

📋 copy color: '#A45B0E'

red 164 ◦ green 91 ◦ blue 14

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

Shades of Golden Brown #A45B0E

Tints of Golden Brown #A45B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.2%

R = 60.97%
G = 33.83%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A45B0E (or 0xA45B0E) is known color: Golden Brown. HEX triplet: A4, 5B and 0E. RGB value is (164,91,14). Sum of RGB (Red+Green+Blue) = 164+91+14=269 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.97% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45B0E is #5BA4F1. Grayscale: #686868. Windows color (decimal): -6006002 or 940964. OLE color: 940964.

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

Color convert

RGB 164 91 14 -
CMYK 0 0.45 0.91 0.36
HSL 30.8º 0.84% 0.35% -
HSV(B) 30.8º 0.91% 0.64% -
XYZ 19.13 15.41 2.38 -
YUV 104.05 77.18 170.76 -
System Red Green Blue C M Y K H S L
Decimal 164 91 14 0 0.45 0.91 0.36 30.8 0.84 0.35
Hex A4 5B E 0 2D 5B 24 1F 54 23
Octal 244 133 16 0 55 133 44 37 124 43
Binary 10100100 1011011 1110 0 101101 1011011 100100 11111 1010100 100011

Color Harmonies of #A45B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45B0E

Black with #A45B0E

Text Example


Text Example

White with #A45B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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