Html Css Color HEX #AF610B Golden Brown

📋 copy color: '#AF610B'

red 175 ◦ green 97 ◦ blue 11

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

Shades of Golden Brown #AF610B

Tints of Golden Brown #AF610B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.89%

R = 61.84%
G = 34.28%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF610B (or 0xAF610B) is known color: Golden Brown. HEX triplet: AF, 61 and 0B. RGB value is (175,97,11). Sum of RGB (Red+Green+Blue) = 175+97+11=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF610B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF610B is #509EF4. Grayscale: #6E6E6E. Windows color (decimal): -5283573 or 745903. OLE color: 745903.

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

Color convert

RGB 175 97 11 -
CMYK 0 0.45 0.94 0.31
HSL 31.46º 0.88% 0.36% -
HSV(B) 31.46º 0.94% 0.69% -
XYZ 22.01 17.69 2.57 -
YUV 110.52 71.84 173.99 -
System Red Green Blue C M Y K H S L
Decimal 175 97 11 0 0.45 0.94 0.31 31.46 0.88 0.36
Hex AF 61 B 0 2D 5E 1F 1F 58 24
Octal 257 141 13 0 55 136 37 37 130 44
Binary 10101111 1100001 1011 0 101101 1011110 11111 11111 1011000 100100

Color Harmonies of #AF610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF610B

Black with #AF610B

Text Example


Text Example

White with #AF610B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF610B; }

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

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

background-color css

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

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

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

border-color css

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

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

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