Html Css Color HEX #A35F0C Golden Brown

📋 copy color: '#A35F0C'

red 163 ◦ green 95 ◦ blue 12

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

Shades of Golden Brown #A35F0C

Tints of Golden Brown #A35F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.44%

R = 60.37%
G = 35.19%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A35F0C (or 0xA35F0C) is known color: Golden Brown. HEX triplet: A3, 5F and 0C. RGB value is (163,95,12). Sum of RGB (Red+Green+Blue) = 163+95+12=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35F0C is #5CA0F3. Grayscale: #6A6A6A. Windows color (decimal): -6070516 or 810915. OLE color: 810915.

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

Color convert

RGB 163 95 12 -
CMYK 0 0.42 0.93 0.36
HSL 32.98º 0.86% 0.34% -
HSV(B) 32.98º 0.93% 0.64% -
XYZ 19.26 16 2.42 -
YUV 105.87 75.03 168.75 -
System Red Green Blue C M Y K H S L
Decimal 163 95 12 0 0.42 0.93 0.36 32.98 0.86 0.34
Hex A3 5F C 0 2A 5D 24 21 56 22
Octal 243 137 14 0 52 135 44 41 126 42
Binary 10100011 1011111 1100 0 101010 1011101 100100 100001 1010110 100010

Color Harmonies of #A35F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35F0C

Black with #A35F0C

Text Example


Text Example

White with #A35F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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