Html Css Color HEX #A3600F Golden Brown

📋 copy color: '#A3600F'

red 163 ◦ green 96 ◦ blue 15

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

Shades of Golden Brown #A3600F

Tints of Golden Brown #A3600F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.04%

 BLUE value IS 15 (6.25% from 255) = 5.47%

R = 59.49%
G = 35.04%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A3600F (or 0xA3600F) is known color: Golden Brown. HEX triplet: A3, 60 and 0F. RGB value is (163,96,15). Sum of RGB (Red+Green+Blue) = 163+96+15=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A3600F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3600F is #5C9FF0. Grayscale: #6B6B6B. Windows color (decimal): -6070257 or 1007779. OLE color: 1007779.

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

Color convert

RGB 163 96 15 -
CMYK 0 0.41 0.91 0.36
HSL 32.84º 0.83% 0.35% -
HSV(B) 32.84º 0.91% 0.64% -
XYZ 19.37 16.19 2.56 -
YUV 106.8 76.2 168.09 -
System Red Green Blue C M Y K H S L
Decimal 163 96 15 0 0.41 0.91 0.36 32.84 0.83 0.35
Hex A3 60 F 0 29 5B 24 21 53 23
Octal 243 140 17 0 51 133 44 41 123 43
Binary 10100011 1100000 1111 0 101001 1011011 100100 100001 1010011 100011

Color Harmonies of #A3600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3600F

Black with #A3600F

Text Example


Text Example

White with #A3600F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3600F; }

 p { color: rgb(163,96,15); }

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

background-color css

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

 a { background-color: rgb(163,96,15); }

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

border-color css

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

 span { border-color: rgb(163,96,15); }

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