Html Css Color HEX #AF610C Golden Brown

📋 copy color: '#AF610C'

red 175 ◦ green 97 ◦ blue 12

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

Shades of Golden Brown #AF610C

Tints of Golden Brown #AF610C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.15%

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

R = 61.62%
G = 34.15%
B = 4.23%

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

#AF610C (or 0xAF610C) is known color: Golden Brown. HEX triplet: AF, 61 and 0C. RGB value is (175,97,12). Sum of RGB (Red+Green+Blue) = 175+97+12=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF610C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF610C is #509EF3. Grayscale: #6F6F6F. Windows color (decimal): -5283572 or 811439. OLE color: 811439.

HSL color Cylindrical-coordinate representation of color #AF610C: hue angle of 31.29º degrees, saturation: 0.87, 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 #AF610C is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 97 12 -
CMYK 0 0.45 0.93 0.31
HSL 31.29º 0.87% 0.37% -
HSV(B) 31.29º 0.93% 0.69% -
XYZ 22.02 17.69 2.6 -
YUV 110.63 72.34 173.91 -
System Red Green Blue C M Y K H S L
Decimal 175 97 12 0 0.45 0.93 0.31 31.29 0.87 0.37
Hex AF 61 C 0 2D 5D 1F 1F 57 25
Octal 257 141 14 0 55 135 37 37 127 45
Binary 10101111 1100001 1100 0 101101 1011101 11111 11111 1010111 100101

Color Harmonies of #AF610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF610C

Black with #AF610C

Text Example


Text Example

White with #AF610C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF610C; }

 p { color: rgb(175,97,12); }

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

background-color css

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

 a { background-color: rgb(175,97,12); }

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

border-color css

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

 span { border-color: rgb(175,97,12); }

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