Html Css Color HEX #AF6910 Golden Brown

📋 copy color: '#AF6910'

red 175 ◦ green 105 ◦ blue 16

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

Shades of Golden Brown #AF6910

Tints of Golden Brown #AF6910

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.47%

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

R = 59.12%
G = 35.47%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF6910 (or 0xAF6910) is known color: Golden Brown. HEX triplet: AF, 69 and 10. RGB value is (175,105,16). Sum of RGB (Red+Green+Blue) = 175+105+16=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6910 is #5096EF. Grayscale: #747474. Windows color (decimal): -5281520 or 1075631. OLE color: 1075631.

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

Color convert

RGB 175 105 16 -
CMYK 0 0.40 0.91 0.31
HSL 33.58º 0.83% 0.37% -
HSV(B) 33.58º 0.91% 0.69% -
XYZ 22.82 19.25 3 -
YUV 115.78 71.69 170.24 -
System Red Green Blue C M Y K H S L
Decimal 175 105 16 0 0.40 0.91 0.31 33.58 0.83 0.37
Hex AF 69 10 0 28 5B 1F 22 53 25
Octal 257 151 20 0 50 133 37 42 123 45
Binary 10101111 1101001 10000 0 101000 1011011 11111 100010 1010011 100101

Color Harmonies of #AF6910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6910

Black with #AF6910

Text Example


Text Example

White with #AF6910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6910; }

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

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

background-color css

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

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

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

border-color css

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

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

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