Html Css Color HEX #AF6502 Golden Brown

📋 copy color: '#AF6502'

red 175 ◦ green 101 ◦ blue 2

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

Shades of Golden Brown #AF6502

Tints of Golden Brown #AF6502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.33%

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 62.95%
G = 36.33%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF6502 (or 0xAF6502) is known color: Golden Brown. HEX triplet: AF, 65 and 02. RGB value is (175,101,2). Sum of RGB (Red+Green+Blue) = 175+101+2=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6502 is #509AFD. Grayscale: #707070. Windows color (decimal): -5282558 or 157103. OLE color: 157103.

HSL color Cylindrical-coordinate representation of color #AF6502: hue angle of 34.34º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF6502 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 101 2 -
CMYK 0 0.42 0.99 0.31
HSL 34.34º 0.98% 0.35% -
HSV(B) 34.34º 0.99% 0.69% -
XYZ 22.34 18.43 2.44 -
YUV 111.84 66.02 173.05 -
System Red Green Blue C M Y K H S L
Decimal 175 101 2 0 0.42 0.99 0.31 34.34 0.98 0.35
Hex AF 65 2 0 2A 63 1F 22 62 23
Octal 257 145 2 0 52 143 37 42 142 43
Binary 10101111 1100101 10 0 101010 1100011 11111 100010 1100010 100011

Color Harmonies of #AF6502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6502

Black with #AF6502

Text Example


Text Example

White with #AF6502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6502; }

 p { color: rgb(175,101,2); }

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

background-color css

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

 a { background-color: rgb(175,101,2); }

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

border-color css

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

 span { border-color: rgb(175,101,2); }

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