Html Css Color HEX #AF610F Golden Brown

📋 copy color: '#AF610F'

red 175 ◦ green 97 ◦ blue 15

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

Shades of Golden Brown #AF610F

Tints of Golden Brown #AF610F

RGB

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

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

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

R = 60.98%
G = 33.8%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF610F (or 0xAF610F) is known color: Golden Brown. HEX triplet: AF, 61 and 0F. RGB value is (175,97,15). Sum of RGB (Red+Green+Blue) = 175+97+15=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF610F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF610F is #509EF0. Grayscale: #6F6F6F. Windows color (decimal): -5283569 or 1008047. OLE color: 1008047.

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

Color convert

RGB 175 97 15 -
CMYK 0 0.45 0.91 0.31
HSL 30.75º 0.84% 0.37% -
HSV(B) 30.75º 0.91% 0.69% -
XYZ 22.04 17.7 2.71 -
YUV 110.97 73.84 173.67 -
System Red Green Blue C M Y K H S L
Decimal 175 97 15 0 0.45 0.91 0.31 30.75 0.84 0.37
Hex AF 61 F 0 2D 5B 1F 1F 54 25
Octal 257 141 17 0 55 133 37 37 124 45
Binary 10101111 1100001 1111 0 101101 1011011 11111 11111 1010100 100101

Color Harmonies of #AF610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF610F

Black with #AF610F

Text Example


Text Example

White with #AF610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF610F; }

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

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

background-color css

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

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

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

border-color css

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

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

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