Html Css Color HEX #AF600F Golden Brown

📋 copy color: '#AF600F'

red 175 ◦ green 96 ◦ blue 15

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

Shades of Golden Brown #AF600F

Tints of Golden Brown #AF600F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.57%

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

R = 61.19%
G = 33.57%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF600F (or 0xAF600F) is known color: Golden Brown. HEX triplet: AF, 60 and 0F. RGB value is (175,96,15). Sum of RGB (Red+Green+Blue) = 175+96+15=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF600F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF600F is #509FF0. Grayscale: #6E6E6E. Windows color (decimal): -5283825 or 1007791. OLE color: 1007791.

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

Color convert

RGB 175 96 15 -
CMYK 0 0.45 0.91 0.31
HSL 30.38º 0.84% 0.37% -
HSV(B) 30.38º 0.91% 0.69% -
XYZ 21.95 17.51 2.68 -
YUV 110.39 74.17 174.09 -
System Red Green Blue C M Y K H S L
Decimal 175 96 15 0 0.45 0.91 0.31 30.38 0.84 0.37
Hex AF 60 F 0 2D 5B 1F 1E 54 25
Octal 257 140 17 0 55 133 37 36 124 45
Binary 10101111 1100000 1111 0 101101 1011011 11111 11110 1010100 100101

Color Harmonies of #AF600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF600F

Black with #AF600F

Text Example


Text Example

White with #AF600F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF600F; }

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

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

background-color css

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

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

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

border-color css

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

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

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