Html Css Color HEX #AF6715 Golden Brown

📋 copy color: '#AF6715'

red 175 ◦ green 103 ◦ blue 21

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

Shades of Golden Brown #AF6715

Tints of Golden Brown #AF6715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.02%

R = 58.53%
G = 34.45%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF6715 (or 0xAF6715) is known color: Golden Brown. HEX triplet: AF, 67 and 15. RGB value is (175,103,21). Sum of RGB (Red+Green+Blue) = 175+103+21=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6715 is #5098EA. Grayscale: #737373. Windows color (decimal): -5282027 or 1402799. OLE color: 1402799.

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

Color convert

RGB 175 103 21 -
CMYK 0 0.41 0.88 0.31
HSL 31.95º 0.79% 0.38% -
HSV(B) 31.95º 0.88% 0.69% -
XYZ 22.66 18.87 3.16 -
YUV 115.18 74.85 170.67 -
System Red Green Blue C M Y K H S L
Decimal 175 103 21 0 0.41 0.88 0.31 31.95 0.79 0.38
Hex AF 67 15 0 29 58 1F 20 4F 26
Octal 257 147 25 0 51 130 37 40 117 46
Binary 10101111 1100111 10101 0 101001 1011000 11111 100000 1001111 100110

Color Harmonies of #AF6715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6715

Black with #AF6715

Text Example


Text Example

White with #AF6715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6715; }

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

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

background-color css

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

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

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

border-color css

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

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

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