Html Css Color HEX #A35F18 Golden Brown

📋 copy color: '#A35F18'

red 163 ◦ green 95 ◦ blue 24

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

Shades of Golden Brown #A35F18

Tints of Golden Brown #A35F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.51%

R = 57.8%
G = 33.69%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A35F18 (or 0xA35F18) is known color: Golden Brown. HEX triplet: A3, 5F and 18. RGB value is (163,95,24). Sum of RGB (Red+Green+Blue) = 163+95+24=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35F18 is #5CA0E7. Grayscale: #6B6B6B. Windows color (decimal): -6070504 or 1597347. OLE color: 1597347.

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

Color convert

RGB 163 95 24 -
CMYK 0 0.42 0.85 0.36
HSL 30.65º 0.74% 0.37% -
HSV(B) 30.65º 0.85% 0.64% -
XYZ 19.36 16.04 2.94 -
YUV 107.24 81.03 167.77 -
System Red Green Blue C M Y K H S L
Decimal 163 95 24 0 0.42 0.85 0.36 30.65 0.74 0.37
Hex A3 5F 18 0 2A 55 24 1F 4A 25
Octal 243 137 30 0 52 125 44 37 112 45
Binary 10100011 1011111 11000 0 101010 1010101 100100 11111 1001010 100101

Color Harmonies of #A35F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35F18

Black with #A35F18

Text Example


Text Example

White with #A35F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35F18; }

 p { color: rgb(163,95,24); }

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

background-color css

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

 a { background-color: rgb(163,95,24); }

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

border-color css

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

 span { border-color: rgb(163,95,24); }

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