Html Css Color HEX #A35F0D Golden Brown

📋 copy color: '#A35F0D'

red 163 ◦ green 95 ◦ blue 13

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

Shades of Golden Brown #A35F0D

Tints of Golden Brown #A35F0D

RGB

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

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

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

R = 60.15%
G = 35.06%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A35F0D (or 0xA35F0D) is known color: Golden Brown. HEX triplet: A3, 5F and 0D. RGB value is (163,95,13). Sum of RGB (Red+Green+Blue) = 163+95+13=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35F0D is #5CA0F2. Grayscale: #6A6A6A. Windows color (decimal): -6070515 or 876451. OLE color: 876451.

HSL color Cylindrical-coordinate representation of color #A35F0D: hue angle of 32.8º 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 #A35F0D is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 95 13 -
CMYK 0 0.42 0.92 0.36
HSL 32.8º 0.85% 0.35% -
HSV(B) 32.8º 0.92% 0.64% -
XYZ 19.27 16 2.45 -
YUV 105.98 75.53 168.67 -
System Red Green Blue C M Y K H S L
Decimal 163 95 13 0 0.42 0.92 0.36 32.8 0.85 0.35
Hex A3 5F D 0 2A 5C 24 21 55 23
Octal 243 137 15 0 52 134 44 41 125 43
Binary 10100011 1011111 1101 0 101010 1011100 100100 100001 1010101 100011

Color Harmonies of #A35F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35F0D

Black with #A35F0D

Text Example


Text Example

White with #A35F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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