Html Css Color HEX #A45F09 Golden Brown

📋 copy color: '#A45F09'

red 164 ◦ green 95 ◦ blue 9

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

Shades of Golden Brown #A45F09

Tints of Golden Brown #A45F09

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.45%

 BLUE value IS 9 (3.91% from 255) = 3.36%

R = 61.19%
G = 35.45%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A45F09 (or 0xA45F09) is known color: Golden Brown. HEX triplet: A4, 5F and 09. RGB value is (164,95,9). Sum of RGB (Red+Green+Blue) = 164+95+9=268 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.19% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45F09 is #5BA0F6. Grayscale: #6A6A6A. Windows color (decimal): -6004983 or 614308. OLE color: 614308.

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

Color convert

RGB 164 95 9 -
CMYK 0 0.42 0.95 0.36
HSL 33.29º 0.9% 0.34% -
HSV(B) 33.29º 0.95% 0.64% -
XYZ 19.45 16.1 2.34 -
YUV 105.83 73.36 169.49 -
System Red Green Blue C M Y K H S L
Decimal 164 95 9 0 0.42 0.95 0.36 33.29 0.9 0.34
Hex A4 5F 9 0 2A 5F 24 21 5A 22
Octal 244 137 11 0 52 137 44 41 132 42
Binary 10100100 1011111 1001 0 101010 1011111 100100 100001 1011010 100010

Color Harmonies of #A45F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45F09

Black with #A45F09

Text Example


Text Example

White with #A45F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45F09; }

 p { color: rgb(164,95,9); }

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

background-color css

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

 a { background-color: rgb(164,95,9); }

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

border-color css

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

 span { border-color: rgb(164,95,9); }

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