Html Css Color HEX #A36F0D Golden Brown

📋 copy color: '#A36F0D'

red 163 ◦ green 111 ◦ blue 13

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

Shades of Golden Brown #A36F0D

Tints of Golden Brown #A36F0D

RGB

 RED value IS 163 (64.06% from 255) = 56.79%

 GREEN value IS 111 (43.75% from 255) = 38.68%

 BLUE value IS 13 (5.47% from 255) = 4.53%

R = 56.79%
G = 38.68%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A36F0D (or 0xA36F0D) is known color: Golden Brown. HEX triplet: A3, 6F and 0D. RGB value is (163,111,13). Sum of RGB (Red+Green+Blue) = 163+111+13=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36F0D is #5C90F2. Grayscale: #737373. Windows color (decimal): -6066419 or 880547. OLE color: 880547.

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

Color convert

RGB 163 111 13 -
CMYK 0 0.32 0.92 0.36
HSL 39.2º 0.85% 0.35% -
HSV(B) 39.2º 0.92% 0.64% -
XYZ 20.86 19.18 2.98 -
YUV 115.38 70.23 161.97 -
System Red Green Blue C M Y K H S L
Decimal 163 111 13 0 0.32 0.92 0.36 39.2 0.85 0.35
Hex A3 6F D 0 20 5C 24 27 55 23
Octal 243 157 15 0 40 134 44 47 125 43
Binary 10100011 1101111 1101 0 100000 1011100 100100 100111 1010101 100011

Color Harmonies of #A36F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36F0D

Black with #A36F0D

Text Example


Text Example

White with #A36F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36F0D; }

 p { color: rgb(163,111,13); }

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

background-color css

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

 a { background-color: rgb(163,111,13); }

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

border-color css

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

 span { border-color: rgb(163,111,13); }

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