Html Css Color HEX #AF6A0F Golden Brown

📋 copy color: '#AF6A0F'

red 175 ◦ green 106 ◦ blue 15

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

Shades of Golden Brown #AF6A0F

Tints of Golden Brown #AF6A0F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.81%

 BLUE value IS 15 (6.25% from 255) = 5.07%

R = 59.12%
G = 35.81%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF6A0F (or 0xAF6A0F) is known color: Golden Brown. HEX triplet: AF, 6A and 0F. RGB value is (175,106,15). Sum of RGB (Red+Green+Blue) = 175+106+15=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6A0F is #5095F0. Grayscale: #747474. Windows color (decimal): -5281265 or 1010351. OLE color: 1010351.

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

Color convert

RGB 175 106 15 -
CMYK 0 0.39 0.91 0.31
HSL 34.13º 0.84% 0.37% -
HSV(B) 34.13º 0.91% 0.69% -
XYZ 22.92 19.46 3 -
YUV 116.26 70.86 169.9 -
System Red Green Blue C M Y K H S L
Decimal 175 106 15 0 0.39 0.91 0.31 34.13 0.84 0.37
Hex AF 6A F 0 27 5B 1F 22 54 25
Octal 257 152 17 0 47 133 37 42 124 45
Binary 10101111 1101010 1111 0 100111 1011011 11111 100010 1010100 100101

Color Harmonies of #AF6A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A0F

Black with #AF6A0F

Text Example


Text Example

White with #AF6A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A0F; }

 p { color: rgb(175,106,15); }

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

background-color css

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

 a { background-color: rgb(175,106,15); }

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

border-color css

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

 span { border-color: rgb(175,106,15); }

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