Html Css Color HEX #AF6B14 Golden Brown

📋 copy color: '#AF6B14'

red 175 ◦ green 107 ◦ blue 20

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

Shades of Golden Brown #AF6B14

Tints of Golden Brown #AF6B14

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.43%

 BLUE value IS 20 (8.2% from 255) = 6.62%

R = 57.95%
G = 35.43%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF6B14 (or 0xAF6B14) is known color: Golden Brown. HEX triplet: AF, 6B and 14. RGB value is (175,107,20). Sum of RGB (Red+Green+Blue) = 175+107+20=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6B14 is #5094EB. Grayscale: #757575. Windows color (decimal): -5281004 or 1338287. OLE color: 1338287.

HSL color Cylindrical-coordinate representation of color #AF6B14: hue angle of 33.68º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF6B14 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 107 20 -
CMYK 0 0.39 0.89 0.31
HSL 33.68º 0.79% 0.38% -
HSV(B) 33.68º 0.89% 0.69% -
XYZ 23.06 19.68 3.24 -
YUV 117.41 73.03 169.07 -
System Red Green Blue C M Y K H S L
Decimal 175 107 20 0 0.39 0.89 0.31 33.68 0.79 0.38
Hex AF 6B 14 0 27 59 1F 22 4F 26
Octal 257 153 24 0 47 131 37 42 117 46
Binary 10101111 1101011 10100 0 100111 1011001 11111 100010 1001111 100110

Color Harmonies of #AF6B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B14

Black with #AF6B14

Text Example


Text Example

White with #AF6B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B14; }

 p { color: rgb(175,107,20); }

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

background-color css

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

 a { background-color: rgb(175,107,20); }

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

border-color css

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

 span { border-color: rgb(175,107,20); }

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