Html Css Color HEX #A98F28 Reef Gold

📋 copy color: '#A98F28'

red 169 ◦ green 143 ◦ blue 40

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

Shades of Reef Gold #A98F28

Tints of Reef Gold #A98F28

RGB

 RED value IS 169 (66.41% from 255) = 48.01%

 GREEN value IS 143 (56.25% from 255) = 40.63%

 BLUE value IS 40 (16.02% from 255) = 11.36%

R = 48.01%
G = 40.63%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A98F28 (or 0xA98F28) is known color: Reef Gold. HEX triplet: A9, 8F and 28. RGB value is (169,143,40). Sum of RGB (Red+Green+Blue) = 169+143+40=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98F28 is #5670D7. Grayscale: #8B8B8B. Windows color (decimal): -5664984 or 2658217. OLE color: 2658217.

HSL color Cylindrical-coordinate representation of color #A98F28: hue angle of 47.91º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A98F28 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 143 40 -
CMYK 0 0.15 0.76 0.34
HSL 47.91º 0.62% 0.41% -
HSV(B) 47.91º 0.76% 0.66% -
XYZ 26.57 28.23 6.06 -
YUV 139.03 72.11 149.38 -
System Red Green Blue C M Y K H S L
Decimal 169 143 40 0 0.15 0.76 0.34 47.91 0.62 0.41
Hex A9 8F 28 0 F 4C 22 30 3E 29
Octal 251 217 50 0 17 114 42 60 76 51
Binary 10101001 10001111 101000 0 1111 1001100 100010 110000 111110 101001

Color Harmonies of #A98F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98F28

Black with #A98F28

Text Example


Text Example

White with #A98F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98F28; }

 p { color: rgb(169,143,40); }

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

background-color css

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

 a { background-color: rgb(169,143,40); }

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

border-color css

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

 span { border-color: rgb(169,143,40); }

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