Html Css Color HEX #A36F1A Golden Brown

📋 copy color: '#A36F1A'

red 163 ◦ green 111 ◦ blue 26

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

Shades of Golden Brown #A36F1A

Tints of Golden Brown #A36F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.67%

R = 54.33%
G = 37%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A36F1A (or 0xA36F1A) is known color: Golden Brown. HEX triplet: A3, 6F and 1A. RGB value is (163,111,26). Sum of RGB (Red+Green+Blue) = 163+111+26=300 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.33% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36F1A is #5C90E5. Grayscale: #757575. Windows color (decimal): -6066406 or 1732515. OLE color: 1732515.

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

Color convert

RGB 163 111 26 -
CMYK 0 0.32 0.84 0.36
HSL 37.23º 0.72% 0.37% -
HSV(B) 37.23º 0.84% 0.64% -
XYZ 20.98 19.23 3.58 -
YUV 116.86 76.73 160.91 -
System Red Green Blue C M Y K H S L
Decimal 163 111 26 0 0.32 0.84 0.36 37.23 0.72 0.37
Hex A3 6F 1A 0 20 54 24 25 48 25
Octal 243 157 32 0 40 124 44 45 110 45
Binary 10100011 1101111 11010 0 100000 1010100 100100 100101 1001000 100101

Color Harmonies of #A36F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36F1A

Black with #A36F1A

Text Example


Text Example

White with #A36F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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