Html Css Color HEX #AF660F Golden Brown

📋 copy color: '#AF660F'

red 175 ◦ green 102 ◦ blue 15

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

Shades of Golden Brown #AF660F

Tints of Golden Brown #AF660F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.93%

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

R = 59.93%
G = 34.93%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF660F (or 0xAF660F) is known color: Golden Brown. HEX triplet: AF, 66 and 0F. RGB value is (175,102,15). Sum of RGB (Red+Green+Blue) = 175+102+15=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF660F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF660F is #5099F0. Grayscale: #727272. Windows color (decimal): -5282289 or 1009327. OLE color: 1009327.

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

Color convert

RGB 175 102 15 -
CMYK 0 0.42 0.91 0.31
HSL 32.63º 0.84% 0.37% -
HSV(B) 32.63º 0.91% 0.69% -
XYZ 22.52 18.65 2.87 -
YUV 113.91 72.18 171.57 -
System Red Green Blue C M Y K H S L
Decimal 175 102 15 0 0.42 0.91 0.31 32.63 0.84 0.37
Hex AF 66 F 0 2A 5B 1F 21 54 25
Octal 257 146 17 0 52 133 37 41 124 45
Binary 10101111 1100110 1111 0 101010 1011011 11111 100001 1010100 100101

Color Harmonies of #AF660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF660F

Black with #AF660F

Text Example


Text Example

White with #AF660F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF660F; }

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

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

background-color css

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

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

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

border-color css

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

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

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