Html Css Color HEX #AF600D Golden Brown

📋 copy color: '#AF600D'

red 175 ◦ green 96 ◦ blue 13

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

Shades of Golden Brown #AF600D

Tints of Golden Brown #AF600D

RGB

 RED value IS 175 (68.75% from 255) = 61.62%

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

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

R = 61.62%
G = 33.8%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF600D (or 0xAF600D) is known color: Golden Brown. HEX triplet: AF, 60 and 0D. RGB value is (175,96,13). Sum of RGB (Red+Green+Blue) = 175+96+13=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF600D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF600D is #509FF2. Grayscale: #6E6E6E. Windows color (decimal): -5283827 or 876719. OLE color: 876719.

HSL color Cylindrical-coordinate representation of color #AF600D: hue angle of 30.74º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF600D is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 96 13 -
CMYK 0 0.45 0.93 0.31
HSL 30.74º 0.86% 0.37% -
HSV(B) 30.74º 0.93% 0.69% -
XYZ 21.93 17.51 2.6 -
YUV 110.16 73.17 174.25 -
System Red Green Blue C M Y K H S L
Decimal 175 96 13 0 0.45 0.93 0.31 30.74 0.86 0.37
Hex AF 60 D 0 2D 5D 1F 1F 56 25
Octal 257 140 15 0 55 135 37 37 126 45
Binary 10101111 1100000 1101 0 101101 1011101 11111 11111 1010110 100101

Color Harmonies of #AF600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF600D

Black with #AF600D

Text Example


Text Example

White with #AF600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF600D; }

 p { color: rgb(175,96,13); }

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

background-color css

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

 a { background-color: rgb(175,96,13); }

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

border-color css

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

 span { border-color: rgb(175,96,13); }

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