Html Css Color HEX #AF6B0F Golden Brown

📋 copy color: '#AF6B0F'

red 175 ◦ green 107 ◦ blue 15

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

Shades of Golden Brown #AF6B0F

Tints of Golden Brown #AF6B0F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.03%

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

R = 58.92%
G = 36.03%
B = 5.05%

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

#AF6B0F (or 0xAF6B0F) is known color: Golden Brown. HEX triplet: AF, 6B and 0F. RGB value is (175,107,15). Sum of RGB (Red+Green+Blue) = 175+107+15=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6B0F is #5094F0. Grayscale: #757575. Windows color (decimal): -5281009 or 1010607. OLE color: 1010607.

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

Color convert

RGB 175 107 15 -
CMYK 0 0.39 0.91 0.31
HSL 34.5º 0.84% 0.37% -
HSV(B) 34.5º 0.91% 0.69% -
XYZ 23.02 19.66 3.03 -
YUV 116.84 70.53 169.48 -
System Red Green Blue C M Y K H S L
Decimal 175 107 15 0 0.39 0.91 0.31 34.5 0.84 0.37
Hex AF 6B F 0 27 5B 1F 22 54 25
Octal 257 153 17 0 47 133 37 42 124 45
Binary 10101111 1101011 1111 0 100111 1011011 11111 100010 1010100 100101

Color Harmonies of #AF6B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B0F

Black with #AF6B0F

Text Example


Text Example

White with #AF6B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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