Html Css Color HEX #AF6710 Golden Brown

📋 copy color: '#AF6710'

red 175 ◦ green 103 ◦ blue 16

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

Shades of Golden Brown #AF6710

Tints of Golden Brown #AF6710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.03%

 BLUE value IS 16 (6.64% from 255) = 5.44%

R = 59.52%
G = 35.03%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF6710 (or 0xAF6710) is known color: Golden Brown. HEX triplet: AF, 67 and 10. RGB value is (175,103,16). Sum of RGB (Red+Green+Blue) = 175+103+16=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6710 is #5098EF. Grayscale: #737373. Windows color (decimal): -5282032 or 1075119. OLE color: 1075119.

HSL color Cylindrical-coordinate representation of color #AF6710: hue angle of 32.83º degrees, saturation: 0.83, 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 #AF6710 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 103 16 -
CMYK 0 0.41 0.91 0.31
HSL 32.83º 0.83% 0.37% -
HSV(B) 32.83º 0.91% 0.69% -
XYZ 22.62 18.85 2.94 -
YUV 114.61 72.35 171.07 -
System Red Green Blue C M Y K H S L
Decimal 175 103 16 0 0.41 0.91 0.31 32.83 0.83 0.37
Hex AF 67 10 0 29 5B 1F 21 53 25
Octal 257 147 20 0 51 133 37 41 123 45
Binary 10101111 1100111 10000 0 101001 1011011 11111 100001 1010011 100101

Color Harmonies of #AF6710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6710

Black with #AF6710

Text Example


Text Example

White with #AF6710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6710; }

 p { color: rgb(175,103,16); }

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

background-color css

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

 a { background-color: rgb(175,103,16); }

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

border-color css

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

 span { border-color: rgb(175,103,16); }

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