Html Css Color HEX #AF6914 Golden Brown

📋 copy color: '#AF6914'

red 175 ◦ green 105 ◦ blue 20

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

Shades of Golden Brown #AF6914

Tints of Golden Brown #AF6914

RGB

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

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

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

R = 58.33%
G = 35%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF6914 (or 0xAF6914) is known color: Golden Brown. HEX triplet: AF, 69 and 14. RGB value is (175,105,20). Sum of RGB (Red+Green+Blue) = 175+105+20=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6914 is #5096EB. Grayscale: #747474. Windows color (decimal): -5281516 or 1337775. OLE color: 1337775.

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

Color convert

RGB 175 105 20 -
CMYK 0 0.40 0.89 0.31
HSL 32.9º 0.79% 0.38% -
HSV(B) 32.9º 0.89% 0.69% -
XYZ 22.86 19.27 3.18 -
YUV 116.24 73.69 169.91 -
System Red Green Blue C M Y K H S L
Decimal 175 105 20 0 0.40 0.89 0.31 32.9 0.79 0.38
Hex AF 69 14 0 28 59 1F 21 4F 26
Octal 257 151 24 0 50 131 37 41 117 46
Binary 10101111 1101001 10100 0 101000 1011001 11111 100001 1001111 100110

Color Harmonies of #AF6914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6914

Black with #AF6914

Text Example


Text Example

White with #AF6914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6914; }

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

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

background-color css

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

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

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

border-color css

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

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

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